home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / clokit / clockit.doc < prev    next >
Encoding:
Text File  |  1991-07-05  |  2.5 KB  |  102 lines

  1.  
  2.  
  3.  
  4.  
  5.             CLOKIT !      Elapsed Time Calculator
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.      This program shows time elapsed from one period to another.
  14. Time is computed accurately, even if the computer is turned off.
  15.  
  16.  
  17.      Usage:  CLOKIT [file.ext] [option]
  18.  
  19.  
  20.    CLOKIT  TIME.DAT  /S    saves current time in a file named TIME.DAT,
  21.                            then exits.  You are shown the starting time/date.
  22.  
  23.    CLOKIT  TIME.DAT  /@    retrieves information in file TIME.DAT, and
  24.                            calculates elapsed time.
  25.  
  26.  
  27.  
  28.  
  29.  
  30.     To remember options-->
  31.  
  32.         S      stands for "START"
  33.         @      looks like a little Stop Sign
  34.  
  35.  
  36.  
  37.  
  38.  
  39. ==========================================================================
  40.  
  41.   To time how long it takes your wife to quit complaining:
  42.  
  43.    CLOKIT WIFE.DAT /S    when she opens his mouth and begins
  44.    CLOKIT WIFE.DAT /@    after she says no more
  45.  
  46.  
  47.  
  48.    To see how long you are logged onto Compuserve:
  49.  
  50.     CLOKIT CIS.DAT /S    before logging on.
  51.     CLOKIT CIS.DAT /@    after you log off and return to DOS.
  52.  
  53.  
  54.  
  55.    NOTE: You can time unlimited intervals, and keep them all in separate
  56.          files.  The only limit to your timings is how many files your
  57.          disk can handle.  The files created by this program are VERY SMALL
  58.          (around 24 bytes).
  59.  
  60.  
  61.    There is a limit of 9,999 years of timing.  Not that it really matters,
  62. but if you live forever or something like that, you must re-run the program
  63. after 9,999 years.
  64.  
  65.     If you do live that long, please write me a letter, and if I'm alive,
  66. I'll be glad to make a new program that supports Centuries...
  67.  
  68.  
  69.  
  70.  
  71.  
  72.            SAMPLE USAGES:
  73.     -------------------------------------------
  74.  
  75.  
  76. 1)  Place a "timer" file onto each backup diskette you own.  That way, you can
  77.     run the program, and find out how old your diskette is.
  78.     Possibly, a REALLY old diskette would be a good object to replace with
  79.     a newer one !!
  80.  
  81. 2) Time your log-ons to BBS'.
  82.  
  83. 3) For people who run BBS' themselves, you may use this to time how
  84.    long your computer has been on.
  85.  
  86. 4) For burning in a new computer, use this instead of watching the
  87.    clock, checking ocassionally for that 48 hour mark.
  88.  
  89. 5) Put it in your autoexec.bat file, and determine how long your
  90.    computer has been turned off.  (for you SERIOUS compu-maniacs)
  91.  
  92. 6) Time how long it takes for more bills to roll in. (because it seems
  93.    like I get another bill every day !)
  94.  
  95.  
  96.  
  97.  
  98.  
  99.        Free Utility From Dave Smith, Compuserve 71441,2723
  100.  
  101.  
  102.